home *** CD-ROM | disk | FTP | other *** search
/ Floppyshop 2 / Floppyshop - 2.zip / Floppyshop - 2.iso / art&graf.ix / art-3488 / macros / demo6.aim < prev    next >
Text File  |  1990-10-13  |  298b  |  9 lines

  1. * use erosion and propagation to find large objects
  2. read cermet       * read the image
  3. thresh            * segment it
  4. inv               * invert bitplane
  5. bcop 1,2          * save for later
  6. ero 10,1          * find objects > 20 by erosion
  7. prop 30,1,2,6,0   * find these objects in original
  8.  
  9.